home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Indispensables / Picture Pro / 4798_eval.exe / work\error.def < prev   
Text File  |  2000-07-07  |  17KB  |  323 lines

  1. /* lexical errors */
  2.  
  3. TooManyErr           "too many errors"
  4. TooManyLevel           "too many nested levels"
  5. TooManyInclude       "too many nested lexical processing levels"
  6. IlleagalChar           "illeagal character"
  7. CommentErr           "comment error, non-close"
  8. CharErr           "illeagal character in char constant"
  9. CharNoClose           "quoation mark expected for a char"
  10. NumErr               "syntax error in the number constant %s" 
  11. HexNumErr1           "hexical number requires hexical digits"
  12. NumBaseErr           "the floating number %f with non-decimal base"
  13. NumFloatErr           "syntax error in the floating number %f"
  14. NumTooBig           "the integral number %n is too big"
  15. StringErr           "error in string"
  16. EscHexErr           "hexical escape requires hexical digits"
  17. EscOct               "require octal escape digit" 
  18. EscErr               "wrong escape character"
  19. IllStrChar           "illegal character in string"
  20. StrTooLong           "too long string"
  21. StrNonClose           "quoation mark expected for a string"
  22. EmptyListExpected    "must be an empty tuple"
  23. UseAbsClassPara        "use unbound class parameter of an abstract class parameter"
  24. ClassScope        "Scope selector requires a class name"
  25.  
  26. UnexpectedSymbol    "unexpected token"
  27. UnexpectedFileEnd    "unexpected end of file"
  28.  
  29.  
  30. ObjWrongFile        "the file may not be a ScriptV file"
  31. ObjSyntax            "syntax error"
  32. NameExpected        "a name is expected"
  33. ColonExpected        "character \":\" is expected"
  34. FuncNameExpected    "function name is expected"
  35. ClassNotFound        "class undefined"
  36. NotAClassName        "not a class name"
  37. NotInstantiableClass"the class is not instantiable"
  38. ObjectGreateFail    "object creation fails"
  39. SColonExpected        "character \";\" is expected"
  40.  
  41. RBracketMissing        "character \"]\" is expected"
  42. ClassResName        "not a composite object"
  43. UnknownType            "type is unknown"
  44.  
  45. IntegerWanted        "integer is expected"
  46. CharWanted            "character is expected"
  47. StringWanted        "string is expected"
  48. EnumNameWanted        "enumeration name is expected"
  49. SetValueWanted        "set value is expected"
  50. SetNameWanted        "set name is expected"
  51. StreamWanted        "stream is expected"
  52. ListValueWanted        "list value is expected"
  53. ArrayValueWanted    "array value is expected"
  54.  
  55. NotAInstClass        "the class is not instantiable"
  56. NotAFreeClass        "the class must be a free (global) class"
  57. NotANameExpr        "a name expression is expected"
  58.  
  59. NotLinkableObject    "the object is not connectable"
  60. ObjectExpected        "an object is expected"
  61.  
  62. ClassExpected        "a class is expected"
  63. WrongClass            "inpropriate class"
  64. WrongSuperClass        "wrong super class"
  65.  
  66. MethodNameExpected    "a member function name is expected"
  67. ParameterWanted        "an actual parameter is expected"
  68. ParaNameExpected    "parameter's name is expected"
  69.  
  70. FloatExpected        "a floating-point number is expected"
  71.  
  72. BlockExpected        "a block is expected"
  73.  
  74. EqualSignExpected    "character \"=\" is expected"
  75.  
  76. TypeMismatch        "type mismatch"
  77.  
  78. NotAScript            "this is not script"
  79.  
  80. CondExprMissing        "condition express is expected"
  81. WithExprMissing        "with express is expected"
  82. BreakNotInLoop        "the break statement is not expected"
  83. ContinueNotInLoop    "the continue statement is not expected"
  84. ReturnNotInBlock    "the return statement is not in the block"
  85. ReturnTypeWrong        "returned type is wrong"
  86. ConstrcutorBodyExpected    "constructor's body is expected"
  87.  
  88. TypeNameExpected    "a type's name is expected"
  89.  
  90. FuncIOAlreadyImp    "this function has already implemented"
  91.  
  92. InheritanceLoop        "the inheritance forms a loop"
  93.  
  94. ArrayIndex            "cannot evaluate the array index"
  95.  
  96.  
  97. LConBrExpected        "character \"{\" is expected"
  98. RConBrExpected        "character \"}\" is expected"
  99. LParentExpected        "character \"(\" is expected"
  100. RParentExpected        "character \")\" is expected"
  101. LBracketCHMissing    "character \"[\" is expected"
  102. RBracketCHMissing    "character \"]\" is expected"
  103. ColonMissing        "character \":\" is expected"
  104. SemicolonCHMissing    "character \";\" is expected"
  105. RTParaCHMissing        "character \">\" is expected"
  106.  
  107. Syntax                "syntax error"
  108.  
  109. MemberNameExpected    "a member name is expected"
  110.             
  111. ConflictFixSpec        "conflict fixed integer for the class"
  112. EnterExpected        "enter is expected"
  113. AutoEnterHasParas    "auto enter should not have any parameter"
  114.  
  115. SetTypeEmpty        "set type should not be empty"
  116.  
  117. SelfUnresloved        "cannot determine which class the self is represented"
  118.  
  119. ConstExprExpected    "a constant expression is expected"
  120.  
  121. PrefixUnexpected    "prefix operator should be used here"
  122. ExpressionExpected    "an expression is expected"
  123.  
  124. WhileMissing        "the keyword \"while\" is expected"   
  125. InMissing        "the keyword \"in\" is expected"   
  126. IsMissing        "the keyword \"is\" is expected"   
  127.  
  128. WrongScopeSelector    "scope selector is not expected here"
  129.  
  130. EqualOperatorExpected    "the operator \"=\" is expected"
  131. IdentfierExpected    "identifier is expected"
  132.  
  133. /* errors in name declaration */
  134. DeclNameExpected    "name declaration is expected"    
  135. DeclSpecifier1        "declaration specifier is duplicated"
  136. DeclSpecifier2        "abstract and exact specifiers conflict"
  137. InitialExprExpected    "initial expression is expected after \"=\""
  138.  
  139. /* errors in class declaration */
  140. ClassParaDecl1        "bound expression should not be given to a newly declared class parameter"
  141. ClassNameExpected    "class name is expected"
  142. NameOperatorExpected    "operator name is expected"
  143. ObjectNameExpected    "object name is expected"
  144. OperatorNameNotAccepted    "operator name should appear after the keyword \"operator\""
  145. NameAlreadyDefined    "name %s is already fully declared or imported in this scope"
  146. NameDefinedAsFormalParameter "the name has already been declared as a formal parameter"           
  147. ClassAlreadyDeclared    "the class %s is declared twice in the same scope"
  148. ClassNotFullyDefined    "the class %s is used while it is not fully defined"
  149. ClassSpecifier1        "the specifier \"def\" cannot be with \"imp\""    
  150. ClassSpecifier2        "the specifier \"def\", \"extern\", and \"imp\" cannot be used for member classes"
  151. ClassSpecifier3        "the same class specifier is used twice"    
  152. ClassSpecifier4        "the specifier \"fixed\" cannot be with \"sealed\""    
  153. ClassSpecifier5        "the specifier \"abstract\" cannot be with \"interface\""    
  154. ClassSpecifier6        "specifers \"interface\" cannot be with \"sealed\""
  155. ClassSpecifier7        "specifers \"abstract\", \"interface\" or \"fixed\" cannot be used with singleton"
  156. ClassSpecifier8        "specifers \"imp\" or \"def\" cannot be used for singleton only"
  157. ClassSpecifier9        "specifers \"imp\" and \"extern\" cannot be used together"
  158. ClassSpecifier10        "specifers \"abstract\", \"interface\" cannot be used with \"concrete\""
  159. NoDeferredForGlobal    "member class attribute \"deferred\" cannot be used for a free class"
  160. NoFinalForGlobal    "member class attribute \"final\" cannot be used for a free class"
  161. ClassKeywordExpected    "the keyword \"class\" or \"object\" is expected"
  162. ClassSpecifierConflict    "class specifiers do not conform to the pre-defined one"
  163. ClassInterfaceExpected    "declaring the class %s requires an object instantiation interface" 
  164. FreeClassNotFinished    "a free class declaration must contain a class body" 
  165. ClassAlreadyDefined        "Class has already been fully declared or imported"
  166. MemberSpecifier            "Specifier final and deferred conflicts"
  167. DeferredImp                "Interface class or deferred class or deferred class interface cannot have constructor body"
  168. DeferredExit            "Interface class or deferred class cannot have destructor"
  169. AlreadyHaveExit            "Destructor is already defined in this class"
  170. NotAllInfImp            "Not all interface are implemented"
  171. NotAllMemberImp            "Not all member class' interfaces are implemented"
  172. InfMemberFinal            "Member of interface class cannot be final"
  173. AbsTypeInst                "Abstract class cannot be used for object instantionation" 
  174. BaseClassExpected        "Base class expected"
  175. AuxSuperDiff            "The subsequent declaration of an auxiliary base class must be a subtype" 
  176. AuxSuperAlready            "The auxiliary base is already be associated with a delegation and cannot be redeclared"
  177.  
  178. SealedClassInherited    "sealed classes cannot be inherited"  
  179. InterfaceClassExpected  "non-primary superclass should be an interface class"
  180. WrongBaseClass        "base class must be a simple class, enum, set, tuple, array, or clutser type"  
  181. WrongMIBaseClass    "Multiplr interface inhritance cannot be used for this class"  
  182.  
  183. StaticNameMisuse    "static name speficier can only be used with value class"  
  184. ValueClassMisuse    "value class can not be used with smart name"  
  185.  
  186. NameNotFound        "the name is not defined"
  187.  
  188. DeclOfTypeExpr1        "the type followed by the keyword \"of\" must be a class name"
  189. DeclOfTypeExpr2        "the class has no unbound type parameter, \"of\" expression should not be used"
  190. DeclOfTypeExpr3        "the type presented after \"of\" is not a subtype of the parameter's constraining class"
  191. DeclOfTypeExpr4        "there are more than one unbound type parameters, don't know which one should be used"
  192. DeclOfTypeExpr5        "A referentail class cannot be used after \"of\""
  193. DeclOfTypeExpr6        "when \"s\" is a referential class in \"s of T\", \"s\" must be a sealed value class"
  194. DeclOfTypeExpr7        "value class cannot be used to bind a non-value type class parameter"
  195. DeclOfTypeExpr8        "non value class cannot be used to bind a value type class parameter"
  196. EnumTypeEmpty        "empty enumeration type is not allowed"
  197. EnumNameExpected    "an enumeration name is expected"
  198. SetTypeEmpty        "empty set type is not allowed"
  199. SetNameExpected        "a set name is expected"
  200. SetNameWrongType    "set names of different set types in the same list"
  201.  
  202. PrimarySuperDiff    "Redefinition uses a superclass that is not a subtype of the predeclared one"
  203. MemberInherit        "Superclass is a member class that is not accessible in the object scope"
  204. SuperNotFunc        "Predefined superclass is not a functional class"
  205.  
  206. NameTypeExpected    "name of a class or a type parameter is expected"
  207. NameClassTypeParaExpected "name of a type parameter is expected"
  208. NameNotDefined        "the name %s is not defined"
  209. NameAmbiguous        "the name %s is ambiguously found in %s and %s"
  210.  
  211. InterfaceDiffOutput "Interfaces have the same input signature but different output type"
  212. InterfaceDuplicate    "More than one interfaces with the same input signature declared in the same interface list"
  213. OPFormatConflict     "the operator has two conflict formats"
  214. InfAlreadyImplementated    "the interface has already been implemented, or it is implemented externally"
  215.  
  216. /* Expression error */    
  217. SelfNotInClass         "the keyword \"self\" should be used with an class"
  218. SelfclassNotInClass      "the keyword \"selfclass\" should be used with an class"
  219. DeclaredNameExpected     "a name is expecyed"
  220. InstantiationNeedsType     "instantiating object needs a type"
  221. SubscribeUnexpected     "the operator \"[]\" is not defined by the type of the object"
  222. ExprAtferPrefixMissing     "there is no expression following an prefix operator"
  223. PrefixOperatorNotDefined "prefix operator is not defined by the type of the followed expression"
  224. NotAPrefixOperator    "the operator used before the expression is not a prefix operator"
  225. PrefixOperatorAsSuffix     "the prefix operator used as a suffix operator"
  226. OperandMissing         "the number of operands is less than expected"
  227. OperatorMissing        "the operator %s is missing"
  228. OpStringMissing        "the operator surfix string is missing"
  229. NameClassExpected    "class name expected after scope resolutor \"::\"" 
  230. EmptyInputExpected     "the type used has not an object instantitation interface"
  231. NoMatchableInterface    "the type has no matched object instantitation interface"
  232.  
  233. ArraySizeNegtive    "array size is negtive"
  234. ArraySizeTypeWrong    "the type of array size is wrong"
  235.  
  236. OperatorNameUnexpected    "operator name is unexpected"
  237. NOperatorNotAllowed    "name operator is not allowed for free class"
  238. WrongPriorityForPrefix    "the priority for a prefix operator should be 2"
  239. WrongPriority        "the operator priority is wrong"
  240. ConflictOperatorFormat    "the operator format used for the same operator has conflict"
  241. PrefixUnexpected    "prefix operator is not allowed here"
  242. PriorityUnexpected    "the operator prioroty is not allowed here"
  243. NameExpressionExpected    "a name expression is expected"
  244. SuperClassConflict    "superclass declaration has conflict with the predefined"
  245. AnonymousNameNotAllowed    "anonymous name is not allowed"
  246. NameOperatorOnConst    "name operator should not be used for a constant name"
  247. NameInitExprTypeWrong   "the type if initilizing expression is wrong"
  248. InstantiationWithTypeName   "using object instantiation for an expression that expects a type"
  249.  
  250.  
  251. SouceFileNotFound    "the source file is not found"
  252. SouceStringInvalid    "the string provided for compilattion is illeagal"
  253.  
  254. ModulePathExpected     "The path to locate the module file is missing"
  255. ModuleNameExpected     "module names are expected"
  256. DefModuleNotFound     "the definition module is not found"
  257. ModuleNotFound         "the module is not found"
  258. INForDEFModuleExpected    "the module imported must be an interface class or a definition singleton"
  259. UseExpected        "use clause is expected"
  260. ModuleNameInconsistency    "the module name is not consistent with the file name"
  261. OpNameNoRename        "operator name cannot be renamed"
  262. ImportMemberFromClass    "Members cannot be imported from a class"
  263. ImportNameNotDefined    "the import name is not defined in the module"
  264. ImportNameAmbiguous    "there are more than one names in the module, don't know which"
  265. ImportNamePrivate    "private name cannot be imported"
  266. CircularImporting    "circular importing is not allowed"
  267.  
  268. ModuleAlreadExist    "the module %s already exisit"
  269. ModuleUnknown        "keyword \"class\" or \"object\" is not correctly specified"
  270. DefNotFound        "the definition module is ot found"
  271.  
  272. CannotDecideBaseType    "the base type cannot be determined"
  273. MoreActualParaExpected    "actual parameters are less than expected"
  274. TooManyActualPara    "actual parameters are more than expected"
  275. TypeExprExpected    "type expression is expected"
  276. UnresovledTupleTypePara     "Tuple type parameter has no base type element"
  277. UnresolvedType        "cannot resolve the type for %s by the based type"
  278.  
  279. CondExprExpected         "An expression returns boolean is expected"
  280. LableDeclConflict        "Statement label uses the idetifier already used in the same scope"
  281. WrongBreakTarget        "Don't know where to break to"
  282. WrongContinueTarget        "Don't know where to continue from"
  283. WrongSwitchExpr            "Switch expression must returns an integral, binary or enumerative value"
  284.  
  285. ExceptionExtra            "More exceptions is not allowed in a overriding interface"
  286. ExceptionExtra1            "Exception list conflict in multiple inheritance"
  287. ExceptionType            "Exception type in overriding class must use subtype"
  288. ExceptionWithPara        "Exception type cannot have type parameter"
  289. OverridingOutput        "The instantiation interface in overriding class has a different output type"
  290. InputExpected            "Input expression is expected"
  291. InputUnexpected            "Input expression is not expected"
  292. ExceptionInputType        "Exception input does not match the type of the exception"
  293.  
  294. CaseExprExpect            "An expression after case is expected"
  295. CaseExprValue            "Cannot evaluate the value of the expression after case"
  296. CaseValueOverlap        "Case clauses have overlapped value"
  297. CaseDefaultOverlap        "Default case is duplicated"
  298. CaseExprType            "The type of the expression after case is not correct"
  299. AssumeExprNotConst        "The expression after assume is not constant"
  300. InspectExprNotConst        "The expression after inspect is not constant"
  301. WithExprNotName            "The expression after with is not a name expression"
  302. WithExprNotConst        "The expression after with is not constant"
  303. ExceptNameExpected        "Exception name is expected"
  304. TryExprError            "Expression after try must be an object instantiation expression"
  305. TryExprError1            "Object instantiation expression must use interfaces with exceptions"
  306. ExceptionCaseExpected    "Exception expression is expected"
  307. RetryNotInTry            "Retry statement is not within a try statement"
  308. ReturnExprUnexpected    "An return expression is expected"
  309. ReturnUnexpected        "Return statement is not expected"
  310. ReturnExprExpected        "Return expression is not expected"
  311. ReturnTypeError            "The type of return expression is not correct"
  312. StatementLabel            "This statement cannot have a lable"
  313.  
  314. OverridingSuper            "Overriding class has a different superclass than the one of the overriden"
  315. NonFuncOutput            "Only functional classes can have explicitly declread type"
  316.  
  317. ConcreteUnbound            "Concrete or singleton class has unbound class parameters"
  318. ConcreteDefer            "Concrete, singleton, or sealed class has deferred member class interface"
  319.  
  320. DelegateAtInterface        "An interface class cannot have any delegation"
  321. DelegateSubtype            "The delegate class %s is not a subtype of the interface"
  322. DelegateAbstract        "The delegate class %s must be a concrete class"
  323.